home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / cron212.zip / CRON2.DAT next >
Text File  |  1993-05-27  |  897b  |  21 lines

  1. # SYNTAX:
  2. # minute hour day month dow(0=Sun) VDM/OS2/PM FG/BG WIND/FULL[-] [{}]exec [opts]
  3.  
  4. # (with the exception of the OS/2-specific identifiers, this is a typical
  5. # UN*X CRON file)
  6.  
  7. # A "FULL" key on a "PM" process will MAXIMIZE the window
  8.  
  9. # A minus [-] following either FULL or WIND will start the process minimized
  10.  
  11. # Since it doesn't make since to run a minimized process (FULL-/WIND-) with
  12. # a foreground (FG) priority, a FG priority on minimized processes is
  13. # automatically changed to BG by CRON2.
  14.  
  15. # see the CRON2.DOC file for detail explanations of the various fields:
  16. # 0           * * * * VDM FG FULL  c:\uucp_os2.bat
  17. # 11,38,42,59 * * * * PM  FG FULL  {bhlocal1}c:\os2\apps\jigsaw.exe
  18. # 0           1 * * * VDM BG WIND  c:\usenet\snews\expire.bat
  19. # 25,55       * * * * VDM BG WIND  c:\usenet\snews\sendbtch.bat
  20. # 0,30        * * * * OS2 BG FULL- c:\uucp_os2.cmd
  21.